SOCKETS.WRITE Function

The SOCKETS object is deprecated and may be removed in a future release. Use INET::Socket instead.

Syntax

V Write(C String[,N Length])

Arguments

String

The character data to send.

Length

Optional. default = LEN( String ). The number of bytes to send.

Description

Write string to socket.

Discussion

The .WRITE() method writes a character string to the Internet connection. Transmission will stop at the end of the String or after Length bytes, whichever is smaller.

See Also